home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / blrmu13.zip / GO.DOC < prev    next >
Text File  |  1991-06-23  |  669b  |  35 lines

  1. ;*--------------------------
  2. ;*  GO.DOC
  3. ;*--------------------------
  4. ;*  Go to Drv
  5. ;*  Go to Drv / Directory
  6. ;*--------------------------
  7.  
  8.    this program allows you to change
  9.    to a new drive
  10.    or
  11.    to a new drive / directory
  12.  
  13.    syntax :
  14.  
  15.      go n
  16.      go n ddddddddd
  17.  
  18.      where n = new drv
  19.      where d = directory name
  20.  
  21.    examples :
  22.  
  23.  
  24.    go d - this will change to drive 'd'
  25.    go d text - this will change to drive 'd' and directory 'text
  26.  
  27.    go c - this will change to drive 'c'
  28.    go c wp\text - this will change to drive 'c' and subdirectory 'text'
  29.                   within directory 'wp'
  30.  
  31.  
  32.    Bud Rasmussen
  33.    06/23/91
  34.  
  35.